home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / progutil / iostream.zoo / README.ST < prev   
Text File  |  1991-09-22  |  1KB  |  43 lines

  1. Here is a port of iostreams for the atariST.
  2.  
  3. before you can use it:
  4.  - apply patch in libg++/gnulib3.cdiff
  5.  - build g++.olb
  6.     alternately, use the supplied libg++/gnulib3.o and replace
  7.     it in your copy of g++.olb. to do this
  8.  
  9.     cd to wherever you keep your libraries
  10.     copy the new gnulib3.o there and issue the following 2 commands:
  11.     gcc-ar d g++.olb gnulib3.o
  12.     gcc-ar rs g++.olb gnulib3.o
  13.  
  14. then cd src
  15.  - build io.olb
  16.  - cd test/ and build and run them
  17.     Or use the supplied io.olb (copy it into your $GNULIB)
  18.     Make a new subdir for the iostream headers. Make GXXINC
  19.     point to both this new subdir and where it pointed to earlier.
  20.     setenv GXXINC e:\new\path,e:\old\path
  21.     now build and run the tests.
  22.  
  23.  
  24. if you are going to use this stuff on a regular basis:
  25.  - make sure to set your include path to include the files in the
  26.    subdirectory include/ FIRST, before you include stuff from
  27.    libg++ and before you include stuff from libc
  28.    This can be done by setting GXXINC to "ios/include,libg++/include"
  29.    (comma seperated list t approproiate dirs).
  30.  
  31.  - you may want to build libg++ with this as the i/o pacaksge. to do
  32.    that, get rid of all the i/o include and src files, replace with
  33.    files from here and recompile.
  34.  
  35. be WARNED: you cannot mix the old i/o and this i/o package.
  36.  
  37. enjoy,
  38. --
  39. bang:   uunet!cadence!bammi            jwahar r. bammi
  40. domain: bammi@cadence.com
  41. GEnie:    J.Bammi
  42. CIS:    71515,155
  43.